Version

GetNotesInRange(DateTime,DateTime,Owner[]) Method

Returns a collection of Note objects that are at least partially in the specified date range.
Syntax
'Declaration
 
Public Overloads Function GetNotesInRange( _
   ByVal startDateTime As Date, _
   ByVal endDateTime As Date, _
   ByVal owners() As Owner _
) As NotesSubsetCollection
public NotesSubsetCollection GetNotesInRange( 
   DateTime startDateTime,
   DateTime endDateTime,
   Owner[] owners
)

Parameters

startDateTime
Earliest start date for a note.
endDateTime
Latest end date for a note.
owners
Only notes associated with these owners will be included.

Return Value

An NotesSubsetCollection containing all the Note objects that overlap with the startDateTime and endDateTime.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also